-- background: 19420 from stack: in.0-6 -- bmap block id: 19658 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on closeCard hideInfo end closeCard on hideInfo hideFlds (the number of cd flds - 1) end hideInfo on hideFlds numFlds if numFlds is empty then put 1 into numFlds repeat with i = 1 to numFlds hide cd fld ("Info " & i) end repeat end hideFlds on showFld lock screen send hideInfo to this cd show cd fld the short name of the target end showFld